home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / waisgate / HTGopher.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  444b  |  26 lines

  1. /*  */
  2.  
  3. /*                      GOPHER ACCESS                           HTGopher.h
  4. **                      =============
  5. **
  6. ** History:
  7. **       8 Jan 92       Adapted from HTTP TBL
  8. */
  9.  
  10. #ifndef HTGOPHER_H
  11. #define HTGOPHER_H
  12.  
  13. #include "HTAccess.h"
  14. #include "HTAnchor.h"
  15.  
  16. /* extern int HTLoadGopher PARAMS((const char *arg,
  17.         HTParentAnchor * anAnchor,
  18.         int diag));
  19. */
  20. extern HTProtocol HTGopher;
  21.  
  22. #endif /* HTGOPHER_H */
  23. /*
  24.  
  25.     */
  26.